projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14118a5
)
Fix a parameter name mismatch
author
Matthias Clasen
<mclasen@redhat.com>
Fri, 4 Jun 2010 20:15:58 +0000
(16:15 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Fri, 4 Jun 2010 20:15:58 +0000
(16:15 -0400)
gtk/gtkwidget.h
patch
|
blob
|
history
diff --git
a/gtk/gtkwidget.h
b/gtk/gtkwidget.h
index 20cf16edc7d82278a098498462c522232680c213..92f6fe147f7d25f84ad2a83b5c8466a4faa23b35 100644
(file)
--- a/
gtk/gtkwidget.h
+++ b/
gtk/gtkwidget.h
@@
-802,7
+802,7
@@
gboolean gtk_widget_hide_on_delete (GtkWidget *widget);
/* Widget styles.
*/
-void gtk_widget_style_attach (GtkWidget *
style
);
+void gtk_widget_style_attach (GtkWidget *
widget
);
gboolean gtk_widget_has_rc_style (GtkWidget *widget);
void gtk_widget_set_style (GtkWidget *widget,